[INFO] fetching crate cpx-coords 0.1.5...
[INFO] testing cpx-coords-0.1.5 against master#1f7f8ea0721a3b1eb73e6c6d25cccb371434b320 for pr-154065
[INFO] extracting crate cpx-coords 0.1.5 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate cpx-coords 0.1.5
[INFO] finished tweaking crates.io crate cpx-coords 0.1.5
[INFO] tweaked toml for crates.io crate cpx-coords 0.1.5 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate cpx-coords 0.1.5 on toolchain 1f7f8ea0721a3b1eb73e6c6d25cccb371434b320
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cpx-coords 0.1.5 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a87922e2cb589b5d780a07be4f17258809d98f8ea051582944ad10e98013107b
[INFO] running `Command { std: "docker" "start" "-a" "a87922e2cb589b5d780a07be4f17258809d98f8ea051582944ad10e98013107b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a87922e2cb589b5d780a07be4f17258809d98f8ea051582944ad10e98013107b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a87922e2cb589b5d780a07be4f17258809d98f8ea051582944ad10e98013107b", kill_on_drop: false }`
[INFO] [stdout] a87922e2cb589b5d780a07be4f17258809d98f8ea051582944ad10e98013107b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7d330809d72043b9e636833c5489d4d1ba0b8ccf0552521b3cc3126934cf5662
[INFO] running `Command { std: "docker" "start" "-a" "7d330809d72043b9e636833c5489d4d1ba0b8ccf0552521b3cc3126934cf5662", kill_on_drop: false }`
[INFO] [stderr]    Compiling cpx-coords v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
[INFO] running `Command { std: "docker" "inspect" "7d330809d72043b9e636833c5489d4d1ba0b8ccf0552521b3cc3126934cf5662", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7d330809d72043b9e636833c5489d4d1ba0b8ccf0552521b3cc3126934cf5662", kill_on_drop: false }`
[INFO] [stdout] 7d330809d72043b9e636833c5489d4d1ba0b8ccf0552521b3cc3126934cf5662
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8edafe6165b9db4067ec9c569cb1bae24e0bb7eee8d453ef24a97567ac81ed93
[INFO] running `Command { std: "docker" "start" "-a" "8edafe6165b9db4067ec9c569cb1bae24e0bb7eee8d453ef24a97567ac81ed93", kill_on_drop: false }`
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling cpx-coords v0.1.5 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4052:9
[INFO] [stdout]      |
[INFO] [stdout] 4052 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]     --> src/lib.rs:4059:9
[INFO] [stdout]      |
[INFO] [stdout] 4059 |         unsafe { __cpuid(0) };
[INFO] [stdout]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stdout]      |     ----------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] running `Command { std: "docker" "inspect" "8edafe6165b9db4067ec9c569cb1bae24e0bb7eee8d453ef24a97567ac81ed93", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8edafe6165b9db4067ec9c569cb1bae24e0bb7eee8d453ef24a97567ac81ed93", kill_on_drop: false }`
[INFO] [stdout] 8edafe6165b9db4067ec9c569cb1bae24e0bb7eee8d453ef24a97567ac81ed93
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1f7f8ea0721a3b1eb73e6c6d25cccb371434b320" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 496dff2cafd0fa4561dab92d13aabb9dd4eb9bb76a0dcc568abcf792d05b3474
[INFO] running `Command { std: "docker" "start" "-a" "496dff2cafd0fa4561dab92d13aabb9dd4eb9bb76a0dcc568abcf792d05b3474", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]     --> src/lib.rs:4052:9
[INFO] [stderr]      |
[INFO] [stderr] 4052 |         unsafe { __cpuid(0) };
[INFO] [stderr]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stderr]      |     ----------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]     --> src/lib.rs:4052:9
[INFO] [stderr]      |
[INFO] [stderr] 4052 |         unsafe { __cpuid(0) };
[INFO] [stderr]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stderr]      |     ----------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]     --> src/lib.rs:4059:9
[INFO] [stderr]      |
[INFO] [stderr] 4059 |         unsafe { __cpuid(0) };
[INFO] [stderr]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 4086 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stderr]      |     ----------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]     --> src/lib.rs:4052:9
[INFO] [stderr]      |
[INFO] [stderr] 4052 |         unsafe { __cpuid(0) };
[INFO] [stderr]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stderr]      |     ----------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary `unsafe` block
[INFO] [stderr]     --> src/lib.rs:4059:9
[INFO] [stderr]      |
[INFO] [stderr] 4059 |         unsafe { __cpuid(0) };
[INFO] [stderr]      |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stderr] ...
[INFO] [stderr] 4098 |     measure_cycles_common!(f, g, batch, reps)
[INFO] [stderr]      |     ----------------------------------------- in this macro invocation
[INFO] [stderr]      |
[INFO] [stderr]      = note: this warning originates in the macro `measure_batch` which comes from the expansion of the macro `measure_cycles_common` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `cpx-coords` (lib) generated 8 warnings (3 duplicates)
[INFO] [stderr] warning: `cpx-coords` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cpx_coords-57f947a45744642c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests cpx_coords
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test src/lib.rs - Cpx<T>::conj (line 1256) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::add (line 3381) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::exp (line 1447) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::canonicalize_polar (line 1098) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::canonicalize_lazy (line 1186) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::canonicalize_lazy (line 1149) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::neg (line 3269) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::eq (line 2964) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::canonicalize_re_im (line 740) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::powc (line 2174) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::conj (line 1238) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::exp (line 1399) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::im (line 488) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::add (line 3349) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::powi32 (line 1711) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::im (line 473) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::eq (line 2941) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::re_im (line 558) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::ph (line 889) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::recip (line 1309) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::re (line 402) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::re (line 388) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::neg (line 3233) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::root_u32 (line 2101) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::sub (line 3586) ... ok
[INFO] [stdout] test src/lib.rs - CpxKey<T>::null (line 4224) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::rad_ph (line 980) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::rad_ph (line 960) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::ln (line 1511) ... ok
[INFO] [stdout] test src/lib.rs - FloatExt::approx_eq (line 86) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::powi32 (line 1646) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::re_im (line 575) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::mul (line 3621) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::to_re_im (line 688) ... ok
[INFO] [stdout] test src/lib.rs - FloatExt::THRESHOLD (line 57) ... ok
[INFO] [stdout] test src/lib.rs - FloatExt::principal_val (line 144) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::to_polar (line 1041) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::ln (line 1572) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::ph (line 869) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::powf (line 1982) ... ok
[INFO] [stdout] test src/lib.rs - FloatExt::principal_val (line 123) ... ok
[INFO] [stdout] test src/lib.rs - FloatExt::LN_THRESHOLD (line 68) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::rad (line 801) ... ok
[INFO] [stdout] test src/lib.rs - Cpx<T>::recip (line 1329) ... FAILED
[INFO] [stdout] test src/lib.rs - FloatExt::approx_eq (line 106) ... FAILED
[INFO] [stdout] test src/lib.rs - Cpx<T>::mul (line 3754) ... FAILED
[INFO] [stdout] test src/lib.rs - Cpx<T>::rad (line 819) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Cpx<T>::recip (line 1329) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (121) panicked at /tmp/rustdoctestFQJtKa/doctest_bundle_2024.rs:1034:2:
[INFO] [stdout] assertion failed: (..=25).contains(&measure_cycles(|| { let _ = re_im.recip(); },
[INFO] [stdout]             || { let _ = re_im; }, batch, reps))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x56e1f28de24a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x56e1f28de24a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x56e1f28de24a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x56e1f28de24a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x56e1f28f2eaa - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x56e1f28f2eaa - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x56e1f28e3622 - std[f92b4c606f291077]::io::default_write_fmt::<std[f92b4c606f291077]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x56e1f28e3622 - <std[f92b4c606f291077]::sys::stdio::unix::Stderr as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x56e1f28bd16f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x56e1f28bd16f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x56e1f28d66d1 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x56e1f28d688b - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x56e1f28bd25a - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x56e1f28b4b19 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x56e1f28be05d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x56e1f28f35dc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x56e1f28f35a2 - core[786f478f706679df]::panicking::panic
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x56e1f27c3cae - doctest_bundle_2024[581dbafdf3b848f]::__doctest_35::main
[INFO] [stdout]   18:     0x56e1f27c3cc6 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_35::__main_fn
[INFO] [stdout]   19:     0x56e1f25934e1 - doctest_runner_2024[165b241016ee47ce]::__doctest_35::TEST::{closure#0}
[INFO] [stdout]   20:     0x56e1f2599476 - <doctest_runner_2024[165b241016ee47ce]::__doctest_35::TEST::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x56e1f2594a84 - doctest_runner_2024[165b241016ee47ce]::main
[INFO] [stdout]   22:     0x56e1f2598ab3 - <fn() -> std[f92b4c606f291077]::process::ExitCode as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x56e1f25918f6 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[f92b4c606f291077]::process::ExitCode, std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   24:     0x56e1f2592179 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x56e1f28d5354 - <&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x56e1f28d5354 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x56e1f28d5354 - std[f92b4c606f291077]::panicking::catch_unwind::<i32, &dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x56e1f28d5354 - std[f92b4c606f291077]::panic::catch_unwind::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x56e1f28d5354 - std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x56e1f28d5354 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x56e1f28d5354 - std[f92b4c606f291077]::panicking::catch_unwind::<isize, std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x56e1f28d5354 - std[f92b4c606f291077]::panic::catch_unwind::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x56e1f28d5354 - std[f92b4c606f291077]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x56e1f2591731 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   35:     0x56e1f2599b25 - main
[INFO] [stdout]   36:     0x7deae81651ca - <unknown>
[INFO] [stdout]   37:     0x7deae816528b - __libc_start_main
[INFO] [stdout]   38:     0x56e1f258f705 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - FloatExt::approx_eq (line 106) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (143) panicked at /tmp/rustdoctestFQJtKa/doctest_bundle_2024.rs:1188:1:
[INFO] [stdout] assertion failed: (..=4).contains(&measure_cycles(|| { let _ = a.approx_eq(b); },
[INFO] [stdout]             || { let _ = a; }, batch, reps))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5579295a724a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5579295a724a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5579295a724a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5579295a724a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5579295bbeaa - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5579295bbeaa - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5579295ac622 - std[f92b4c606f291077]::io::default_write_fmt::<std[f92b4c606f291077]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5579295ac622 - <std[f92b4c606f291077]::sys::stdio::unix::Stderr as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x55792958616f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55792958616f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55792959f6d1 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x55792959f88b - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x55792958625a - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x55792957db19 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x55792958705d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5579295bc5dc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5579295bc5a2 - core[786f478f706679df]::panicking::panic
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x5579294defce - doctest_bundle_2024[581dbafdf3b848f]::__doctest_43::main
[INFO] [stdout]   18:     0x5579294defe6 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_43::__main_fn
[INFO] [stdout]   19:     0x55792925c8e1 - doctest_runner_2024[165b241016ee47ce]::__doctest_43::TEST::{closure#0}
[INFO] [stdout]   20:     0x557929262676 - <doctest_runner_2024[165b241016ee47ce]::__doctest_43::TEST::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x55792925da84 - doctest_runner_2024[165b241016ee47ce]::main
[INFO] [stdout]   22:     0x557929261ab3 - <fn() -> std[f92b4c606f291077]::process::ExitCode as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x55792925a8f6 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[f92b4c606f291077]::process::ExitCode, std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   24:     0x55792925b179 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x55792959e354 - <&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x55792959e354 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x55792959e354 - std[f92b4c606f291077]::panicking::catch_unwind::<i32, &dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x55792959e354 - std[f92b4c606f291077]::panic::catch_unwind::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x55792959e354 - std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x55792959e354 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x55792959e354 - std[f92b4c606f291077]::panicking::catch_unwind::<isize, std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x55792959e354 - std[f92b4c606f291077]::panic::catch_unwind::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x55792959e354 - std[f92b4c606f291077]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x55792925a731 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   35:     0x557929262b25 - main
[INFO] [stdout]   36:     0x72d4ff8941ca - <unknown>
[INFO] [stdout]   37:     0x72d4ff89428b - __libc_start_main
[INFO] [stdout]   38:     0x557929258705 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Cpx<T>::mul (line 3754) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (101) panicked at /tmp/rustdoctestFQJtKa/doctest_bundle_2024.rs:570:2:
[INFO] [stdout] assertion failed: (..=17).contains(&measure_cycles(|| { let _ = neg_one * j; },
[INFO] [stdout]             || { let _ = neg_one; }, batch, reps))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f6e8d9f024a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f6e8d9f024a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f6e8d9f024a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f6e8d9f024a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f6e8da04eaa - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f6e8da04eaa - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5f6e8d9f5622 - std[f92b4c606f291077]::io::default_write_fmt::<std[f92b4c606f291077]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5f6e8d9f5622 - <std[f92b4c606f291077]::sys::stdio::unix::Stderr as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5f6e8d9cf16f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f6e8d9cf16f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f6e8d9e86d1 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5f6e8d9e888b - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5f6e8d9cf25a - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5f6e8d9c6b19 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5f6e8d9d005d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5f6e8da055dc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5f6e8da055a2 - core[786f478f706679df]::panicking::panic
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x5f6e8d8ae792 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_17::main
[INFO] [stdout]   18:     0x5f6e8d8ae7a6 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_17::__main_fn
[INFO] [stdout]   19:     0x5f6e8d6a4be1 - doctest_runner_2024[165b241016ee47ce]::__doctest_17::TEST::{closure#0}
[INFO] [stdout]   20:     0x5f6e8d6aaff6 - <doctest_runner_2024[165b241016ee47ce]::__doctest_17::TEST::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5f6e8d6a6a84 - doctest_runner_2024[165b241016ee47ce]::main
[INFO] [stdout]   22:     0x5f6e8d6aaab3 - <fn() -> std[f92b4c606f291077]::process::ExitCode as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x5f6e8d6a38f6 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[f92b4c606f291077]::process::ExitCode, std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   24:     0x5f6e8d6a4179 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x5f6e8d9e7354 - <&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x5f6e8d9e7354 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5f6e8d9e7354 - std[f92b4c606f291077]::panicking::catch_unwind::<i32, &dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5f6e8d9e7354 - std[f92b4c606f291077]::panic::catch_unwind::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5f6e8d9e7354 - std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x5f6e8d9e7354 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5f6e8d9e7354 - std[f92b4c606f291077]::panicking::catch_unwind::<isize, std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5f6e8d9e7354 - std[f92b4c606f291077]::panic::catch_unwind::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5f6e8d9e7354 - std[f92b4c606f291077]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x5f6e8d6a3731 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   35:     0x5f6e8d6abb25 - main
[INFO] [stdout]   36:     0x7bd02f2071ca - <unknown>
[INFO] [stdout]   37:     0x7bd02f20728b - __libc_start_main
[INFO] [stdout]   38:     0x5f6e8d6a1705 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - Cpx<T>::rad (line 819) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (106) panicked at /tmp/rustdoctestFQJtKa/doctest_bundle_2024.rs:857:2:
[INFO] [stdout] assertion failed: (..=23).contains(&measure_cycles(|| { let _ = ln.rad(); }, || { let _ = ln; },
[INFO] [stdout]             batch, reps))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cbc0539b24a - std[f92b4c606f291077]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cbc0539b24a - std[f92b4c606f291077]::backtrace_rs::backtrace::trace_unsynchronized::<std[f92b4c606f291077]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cbc0539b24a - std[f92b4c606f291077]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5cbc0539b24a - <<std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[786f478f706679df]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5cbc053afeaa - <core[786f478f706679df]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5cbc053afeaa - core[786f478f706679df]::fmt::write
[INFO] [stdout]    6:     0x5cbc053a0622 - std[f92b4c606f291077]::io::default_write_fmt::<std[f92b4c606f291077]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5cbc053a0622 - <std[f92b4c606f291077]::sys::stdio::unix::Stderr as std[f92b4c606f291077]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5cbc0537a16f - <std[f92b4c606f291077]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5cbc0537a16f - std[f92b4c606f291077]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5cbc053936d1 - std[f92b4c606f291077]::panicking::default_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x5cbc0539388b - std[f92b4c606f291077]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x5cbc0537a25a - std[f92b4c606f291077]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:691:13
[INFO] [stdout]   13:     0x5cbc05371b19 - std[f92b4c606f291077]::sys::backtrace::__rust_end_short_backtrace::<std[f92b4c606f291077]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x5cbc0537b05d - __rustc[8241495c18a89d70]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x5cbc053b05dc - core[786f478f706679df]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x5cbc053b05a2 - core[786f478f706679df]::panicking::panic
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/panicking.rs:150:5
[INFO] [stdout]   17:     0x5cbc0526242e - doctest_bundle_2024[581dbafdf3b848f]::__doctest_27::main
[INFO] [stdout]   18:     0x5cbc05262446 - doctest_bundle_2024[581dbafdf3b848f]::__doctest_27::__main_fn
[INFO] [stdout]   19:     0x5cbc050500e1 - doctest_runner_2024[165b241016ee47ce]::__doctest_27::TEST::{closure#0}
[INFO] [stdout]   20:     0x5cbc05056276 - <doctest_runner_2024[165b241016ee47ce]::__doctest_27::TEST::{closure#0} as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   21:     0x5cbc05051a84 - doctest_runner_2024[165b241016ee47ce]::main
[INFO] [stdout]   22:     0x5cbc05055ab3 - <fn() -> std[f92b4c606f291077]::process::ExitCode as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   23:     0x5cbc0504e8f6 - std[f92b4c606f291077]::sys::backtrace::__rust_begin_short_backtrace::<fn() -> std[f92b4c606f291077]::process::ExitCode, std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   24:     0x5cbc0504f179 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>::{closure#0}
[INFO] [stdout]   25:     0x5cbc05392354 - <&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe as core[786f478f706679df]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   26:     0x5cbc05392354 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5cbc05392354 - std[f92b4c606f291077]::panicking::catch_unwind::<i32, &dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5cbc05392354 - std[f92b4c606f291077]::panic::catch_unwind::<&dyn core[786f478f706679df]::ops::function::Fn<(), Output = i32> + core[786f478f706679df]::marker::Sync + core[786f478f706679df]::panic::unwind_safe::RefUnwindSafe, i32>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5cbc05392354 - std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:175:24
[INFO] [stdout]   30:     0x5cbc05392354 - std[f92b4c606f291077]::panicking::catch_unwind::do_call::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x5cbc05392354 - std[f92b4c606f291077]::panicking::catch_unwind::<isize, std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x5cbc05392354 - std[f92b4c606f291077]::panic::catch_unwind::<std[f92b4c606f291077]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5cbc05392354 - std[f92b4c606f291077]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/1f7f8ea0721a3b1eb73e6c6d25cccb371434b320/library/std/src/rt.rs:171:5
[INFO] [stdout]   34:     0x5cbc0504e731 - std[f92b4c606f291077]::rt::lang_start::<std[f92b4c606f291077]::process::ExitCode>
[INFO] [stdout]   35:     0x5cbc05056b25 - main
[INFO] [stdout]   36:     0x758509e0a1ca - <unknown>
[INFO] [stdout]   37:     0x758509e0a28b - __libc_start_main
[INFO] [stdout]   38:     0x5cbc0504c705 - _start
[INFO] [stdout]   39:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - Cpx<T>::mul (line 3754)
[INFO] [stdout]     src/lib.rs - Cpx<T>::rad (line 819)
[INFO] [stdout]     src/lib.rs - Cpx<T>::recip (line 1329)
[INFO] [stdout]     src/lib.rs - FloatExt::approx_eq (line 106)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 43 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 3.54s; merged doctests compilation took 3.11s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "496dff2cafd0fa4561dab92d13aabb9dd4eb9bb76a0dcc568abcf792d05b3474", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "496dff2cafd0fa4561dab92d13aabb9dd4eb9bb76a0dcc568abcf792d05b3474", kill_on_drop: false }`
[INFO] [stdout] 496dff2cafd0fa4561dab92d13aabb9dd4eb9bb76a0dcc568abcf792d05b3474
